From d0eba46f6ffa613bb2c96b474cc4310523015a2e Mon Sep 17 00:00:00 2001 From: tsteven4 Date: Sun, 10 Feb 2013 23:31:06 +0000 Subject: [PATCH] CoastalExplorer: Allow compilation to succeed without expat. Note that using this format, and many others, witout expat will result in fatal run time errors. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4303 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/coastexp.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/coastexp.cc b/gpsbabel/coastexp.cc index 2af2150b5..7aa72c74c 100644 --- a/gpsbabel/coastexp.cc +++ b/gpsbabel/coastexp.cc @@ -19,8 +19,8 @@ */ #include "defs.h" +#include "xmlgeneric.h" #if HAVE_LIBEXPAT -# include "xmlgeneric.h" # include static XML_Parser psr; #endif -- 2.30.2